home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Part Server < prev    next >
Encoding:
Internet Message Format  |  1996-07-09  |  941 b   |  [TEXT/ttxt]

  1. Subject:     Part Server
  2. Sent:        7/9/96 12:34 PM
  3. Received:    7/9/96 12:41 PM
  4. From:        Serge Froment, sfroment@odyssee.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. I have several OpenDoc parts that will read/write their data from/to the
  9. network. There will also be a local cache file for that data. Since there
  10. may be several instance of my OpenDoc parts open in different documents,
  11. the parts cannot manage the cache file directly. So I thought having a
  12. background task to serve all my OpenDoc parts, managing the cache file and
  13. performing network communication.
  14.  
  15. I see two methods to communicate information between my parts and my
  16. background part server:
  17.  
  18. 1. AppleEvents
  19. 2. OD extensions
  20.  
  21. What is the best way?
  22.  
  23. If OD extensions is the best way, then how can a background task
  24. communicate with the extension of an OpenDoc part?
  25.  
  26. Serge
  27.  
  28.  
  29.